FillPolygon(Brush,PointF[],FillMode) Method
Fills a polygon defined by an array of point structures using the specified fill mode.
'Declaration
Public Overloads Sub FillPolygon( _
ByVal As Brush, _
ByVal () As PointF, _
Optional ByVal As FillMode _
)
Parameters
- brush
- The object that determines the color used to fill the polygon.
- points
- Array of point structures that represent the vertices of the polygon.
- fillMode
- System.Drawing.Drawing2D.FillMode parameter that determines how to handle overlapping areas within the polygon.